home *** CD-ROM | disk | FTP | other *** search
/ PC Collector 8 - Disc 3 / COLLECT8 (Track 1).bin / data / install / win32s / readme.txt next >
Text File  |  1995-06-15  |  11KB  |  321 lines

  1. June '95 Win32s Readme
  2.  
  3. In \MsTools\Win32s\1_25 you will find Win32s 1.25A.  This is the latest 
  4. released version.  Win32s 1.25A fixes many bugs and adds important new
  5. features.  The single largest improvement is the removal of the 128K 
  6. stack size limitation.  Win32s now supports a growable stack.  Win32s
  7. 1.25A also enhances support for international locales, and for Novell
  8. NetWare and Stac Stacker software.  There are also now 3 versions of 
  9. Win32s. These are the Japanese (Win32s-J) and Far East (Win32s-FE) 
  10. versions.  Win32s-J and Win32s-FE have not changed since Win32s 1.25,
  11. and they are available on MSDN Level II (On the April CD Win32s-J is 
  12. on Disc 1 in Win32sJ directory.  As we went to press the final location
  13. of Win32s-FE and Win32s-J for the July release was not available.)
  14. Win32s-J is a DBCS enabled version of Win32s with Japanese messages and
  15. support for the NT-J IME APIs.  Win32s-FE is a DBCS enabled version but
  16. the messages have not been localized.  It also does not have IME API
  17. support.
  18.  
  19. In \MsTools\Win32s\1_30Beta you will find the most recent Beta of
  20. Win32s 1.30.  This version has many improvements over the previous
  21. Betas of Win32s 1.30, and it now includes a version of RichEd32.Dll.
  22.  
  23. KB articles Q130138 and Q130139 (Win32s 1.25A BugList and FixList)
  24. are reproduced here for your convenience.  Several of the bugs in Win32s
  25. 1.25A have already been fixed in Win32s 1.30 Beta.
  26.  
  27. BUG: Win32s 1.25a Bug List 
  28.  
  29. ARTICLE ID: Q130138
  30.  
  31. ------------------------------------------------------------------------
  32. The information in this article applies to:
  33.  
  34.  - Microsoft Win32s, version 1.25a
  35.  
  36. ------------------------------------------------------------------------
  37.  
  38. The following is a list of the known bugs in Win32s version 1.25 at the
  39. time of its release.
  40.  
  41.  - Incorrect context at EXIT_PROCESS_DEBUG_EVENT.
  42.  
  43.  - Progman gets restored when debugger app exits.
  44.  
  45.  - Using StartDoc() does not produce document from printer.
  46.  
  47.  - EM_GETWORDBREAKPROC return code is incorrect.
  48.  
  49.  - Int 3 cannot be trapped via Structured Exception Handling (SEH) on
  50.    Win32s.
  51.  
  52.  - Win32s does not open all files in RAW mode, as Windows NT does.
  53.  
  54.  - Cannot do ReadProcessMemory (RPM) on memory that has a hardware
  55.    breakpoint set on it.
  56.  
  57.  - C run-time functions getdcwd()/getcwd() do not work.
  58.  
  59.  - GetFullPathName() returns the root directory for any drive that is not
  60.    the current drive.
  61.  
  62.  - PlayMetaFileRecord()/EnumMetaFile() contains incorrect lpHTable.
  63.  
  64.  - Size of memory mapped files is rounded to a whole number of pages,
  65.    meaning that the size is a multiple of 4096 bytes.
  66.  
  67.  - Functions chdrive() and SetCurrentDirectory() fail on PCNFS network
  68.    drives.
  69.  
  70.  - GetExitCodeProcess() does not return exit codes for 16-bit Windows-based
  71.    applications.
  72.  
  73.  - Memory passed to Netbios() must be allocated with GlobalAlloc().
  74.  
  75.  - biSizeImage field of BITMAPINFOHEADER is zero.
  76.  
  77.  - CreateFile() on certain invalid long filesnames closes Windows.
  78.  
  79.  - Only the first CBT hook gets messages.
  80.  
  81.  - Most registry functions return the Windows 3.1 return codes, not the
  82.    Windows NT return codes.
  83.  
  84.  - GlobalReAlloc(x,y,GMEM_MOVEABLE) returns wrong handle type.
  85.  
  86.  - GetVolumeInformation() fails for Universal Naming Convention (UNC)
  87.    root path.
  88.  
  89.  - ResumeThread while debugging writes to debuggee stack.
  90.  
  91.  - GetShortPathName() doesn't fail with a bad path, as it does on
  92.    Windows NT.
  93.  
  94.  - CreateDirectory()/RemoveDirectory() handle errors differently than on
  95.    Windows NT.
  96.  
  97.  - SetCurrentDirctory() returns different error codes than on Windows NT.
  98.  
  99.  - FindText() leaks memory.
  100.  
  101.  - Win32s doesn't support language files other than default (l_intl.nls).
  102.  
  103.  - spawnl does not pass parameters to an MS-DOS-based application.
  104.  
  105.  - Win32s does not support forwarded exports.
  106.  
  107.  - GetDlgItemInt() only translates numbers <= 32767 (a 16-bit integer).
  108.  
  109.  - Changing system locale in Win32s will not have an effect until Win32s
  110.    is loaded again, unlike on Windows NT.
  111.  
  112.  - Module Management APIs missing ANSI to OEM translation.
  113.  
  114.  - When WS_TABSTOP is passed to CreateWindow(), this forces a
  115.    WS_MAXIMIZEBOX.
  116.  
  117.  - Stubbed API FindFirstFileW() does not return -1 to indicate failure.
  118.  
  119.  - SearchPath() and OpenFile() don't work properly with OEM chars in the
  120.    filename.
  121.  
  122.  - GetSystemInfo() doesn't set correct ProcessorType for the Pentium.
  123.  
  124.  - FormatMessage() doesn't set last error.
  125.  
  126.  - FormatMessage() fails with LANG_NEUTRAL | SUBLANG_DEFAULT, but works
  127.    with LANG_ENGLISH | SUBLANG_ENGLISH_US.
  128.  
  129.  - After calling CreateFile() on a write-protected floppy GetLastError()
  130.    returns 2, instead of 19, as it should.
  131.  
  132.  - VirtualProtect() with anything other than PAGE_NOACCESS, PAGE_READ, OR
  133.    PAGE_READWRITE yields unpredictable page protections.
  134.  
  135.  - COMPAREITEMSTRUCT, DELETEITEMSTRUCT, DRAWITEMSTRUCT, AND
  136.    MEASUREITEMSTRUCT incorrectly sign-extend fields.
  137.  
  138.  - GetWindowTextLength() & GetWindowText() incorrectly sign-extend the
  139.    return value.
  140.  
  141.  - MoveFile() fails on Windows for Workgroups when the source is remote and
  142.    the destination is local.
  143.  
  144. Additional reference words: 1.25 1.25a
  145. KBCategory: kbprg kbbuglist
  146. KBSubcategory: W32s
  147.  
  148.  
  149. FIX: Win32s 1.25a Fix List 
  150.  
  151. ARTICLE ID: Q130139
  152.  
  153.  
  154. ------------------------------------------------------------------------
  155. The information in this article applies to:
  156.  
  157.  - Microsoft Win32s, version 1.25a
  158.  
  159. ------------------------------------------------------------------------
  160.  
  161. The following is a list of the known bugs in Win32s version 1.2 that
  162. were fixed in Win32s version 1.25.
  163.  
  164.  - GlobalAlloc(GMEM_FIXED) from 32-bit .EXE locks memory pages. It is
  165.    more efficient to use GlobalAlloc(GMEM_MOVEABLE) and call GlobalFix()
  166.    if necessary.
  167.  
  168.  - WINMM16.DLL has no version information.
  169.  
  170.  - CreateFileMapping() with SEC_NOCOMMIT returns ERROR_INVALID_PARAMETER.
  171.  
  172.  - PolyPolygon() does not close the polygons.
  173.  
  174.  - OpenFile() only searches the current directory when only a filename is
  175.    given, not the application directory, the system directory, the windows
  176.    directory, or the directories listed on the path.
  177.  
  178.  - GetFileInformationByHandle() doesn't return the correct file attribute.
  179.  
  180.  - GlobalUnlock() sets an error of ERROR_INVALID_PARAMETER.
  181.  
  182.  - lstrcmp()/lstrcmpi() do not use the collate table correctly.
  183.  
  184.  - FreeLibrary() in DLL_PROCESS_DETACH crashes the system.
  185.  
  186.  - FindResource(), LoadResource(), GetProcAddress(), GetModuleFileName(),
  187.    EnumResourceNames(), and other APIs, fail with a NULL hInstance.
  188.  
  189.  - sndPlaySound() with SND_ASYNC | SND_MEMORY may cause a crash or may work
  190.    poorly.
  191.  
  192.  - Thread Local Storage (TLS) data is not initialized to 0 in TlsAlloc().
  193.  
  194.  - The pointer received in the lParam of WM_INITDIALOG in the common dialog
  195.    hook function becomes invalid in the following messages if the pointer
  196.    is "remembered" in a static variable.
  197.  
  198.  - Stubbed API GetFileAttributesW() does not return -1 on error.
  199.  
  200.  - Code page CP_MACCP not supported.
  201.  
  202.  - Invalid LCIDs are not recognized.
  203.  
  204.  - CreateFile() fails to open an existing file in share mode.
  205.  
  206.  - GetLocaleInfo() for locale returns system defaults from WIN.INI.
  207.  
  208.  - GetVolumeInformation() fails with ERROR_INVALID_NAME for volumes
  209.    without a label.
  210.  
  211.  - VirtualProtect() may miss the last page in an address range.
  212.  
  213.  - GetLocaleInfo() returns incorrect information for most non-US locales.
  214.  
  215.  - ANSI/OEM conversions always use code page 437.
  216.  
  217.  - GetProcAddress() for printer driver APIs is case sensitive.
  218.  
  219.  - The LanMan APIs are unsupported, but they return 0, which indicates
  220.    that the API was successful. They should return NERR_InvalidAPI (2142).
  221.  
  222.  - CreateFileW() returns 0 instead of -1 (HFILE_ERROR).
  223.  
  224.  - lstrcpyn() copies n bytes from source to destination, then appends a
  225.    NULL terminator, instead of copying n-1 bytes and appending the NULL
  226.    terminator.
  227.  
  228.  - GetDriveType() doesn't report detecting a CD-ROM or a RAM DISK.
  229.  
  230.  - CRTDLL calls TlsFree() upon each process detach, not just the last.
  231.  
  232.  - If a DllEntryPoint calls FreeLibrary() when using universal thunks,
  233.    the system can crash.
  234.  
  235.  - Not all 32-bit DLLs have correct version numbers.
  236.  
  237.  - GetCurrentDirectory() returns the wrong directory after calling
  238.    GetOpenFileName(). The workaround is to call SetCurrentDirectory(".")
  239.    right after returning from the call to GetOpenFileName().
  240.  
  241.  - RegEnumValue() and other Registry functions return ERROR_SUCCESS even
  242.    though they are not implemented. Win32s implements only the registry
  243.    functions supported by Windows.
  244.  
  245.  - AreFileApisANSI()/SetFileApisToANSI()/SetFileApisToOEM() are not
  246.    exported. AreFileApisANSI() should always return TRUE, SetFileApiToOEM()
  247.    should always fail, and SetFileApiToANSI() should always succeed.
  248.  
  249.  - SetLocaleInfoW()/SetLocateInfoA() are not implemented.
  250.  
  251.  - GetScrollPos() sets the last error if the scroll position is 0.
  252.  
  253.  - SetScrollPos() sets the last error if the last scroll position is 0.
  254.  
  255.  - LoadString() leaks memory if the string is a null string.
  256.  
  257.  - GetFileVersionInfoSize() fails if the resource section is small and
  258.    close to the end of the file.
  259.  
  260.  - MoveFile() doesn't call SetLastError() on failure or sets a different
  261.    error than on Windows NT.
  262.  
  263.  - SetCurrentDirectory() does not work on a CD-ROM drive.
  264.  
  265.  - GetFileVersionInfoSize() fails if the 2nd parameter is NULL.
  266.  
  267.  - WSOCK32.DLL is missing exported stubs for unimplemented APIs.
  268.  
  269.  - Win32s fails to load 64x64 monochrome (black and white) icons.
  270.  
  271.  - CreateFile() fails when called with a filename with an international
  272.    character.
  273.  
  274.  - GetCurrentDirectory() returns an OEM string.
  275.  
  276.  - PrintDlg() causes GP fault if hDevMode!=NULL and another printer is
  277.    selected that uses a larger DevMode buffer.
  278.  
  279.  - Unicode resources are not properly converted to 8-bit characters.
  280.  
  281.  - CreateDC() returns an incorrect DEVMODE. This can cause a variety of
  282.    symptoms, like the inability to do a Landscape Print Preview from an
  283.    MFC application or the displayed paper width and height not changing,
  284.    even when you change the paper size.
  285.  
  286.  - OpenFile() fails on filenames with OEM characters in the name.
  287.  
  288.  - GetDriveType() fails on a Stacker 3.1 drive.
  289.  
  290.  - SetCurrentDirectory() fails on Novell client machines.
  291.  
  292.  - GetProp() returns 0 in the second instance of an app in certain cases.
  293.  
  294.  - fopen(fn, "w") fails on second call.
  295.  
  296.  - TLS indices allocated by a module are released when that module is
  297.    freed.
  298.  
  299.  - CreateWindow() handles STARTUPINFO incorrectly if the application starts
  300.    minimized.
  301.  
  302.  - CreateFile() creates files with incorrect attributes.
  303.  
  304.  - Resource sections are now read/write to emulate the behavior of Windows
  305.    NT and Windows 95.
  306.  
  307.  - Removed the 128K stack limitation.
  308.  
  309.  - CompareStringW() sometimes uses incorrect locale, primarily Swedish and
  310.    other Scandinavian locales.
  311.  
  312.  - Added dummy _iob to CRTDLL for applications that reference standard
  313.    handles.
  314.  
  315.  - Added support for OPENCHANNEL, CLOSECHANNEL, SEXGDIXFORM, and
  316.    DOWNLOADHEADER escapes.
  317.  
  318. Additional reference words: 1.25 1.25a
  319. KBCategory: kbprg kbfixlist kbbuglist
  320. KBSubcategory: W32s
  321.